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