using Connected.Annotations; using Connected.Notifications; using Connected.ServiceModel; namespace Connected.Contacts.Types; [Service] [ServiceUrl(ContactsUrls.BusinessPartners)] public interface IBusinessPartnerService : IServiceNotifications { Task Select(PrimaryKeyArgs args); }