namespace Connected.ServiceModel.Client.Net;
public interface IConnectedServer
{
Task<string?> SelectUrl(ConnectedServerUrlArgs args);
}