namespace Connected.ServiceModel.Client.Subscription; public interface ISubscriptionService { Task Select(); }