using Connected.Notifications; namespace Connected.ServiceModel { public static class ServiceEvents { public const string Inserted = nameof(IServiceNotifications.Inserted); public const string Updated = nameof(IServiceNotifications.Updated); public const string Deleted = nameof(IServiceNotifications.Deleted); } }