using Connected; namespace Connected.Notifications.Events.Server { internal class EventNotificationArgs : IDto { public string? Service { get; set; } public string? Event { get; set; } public string? Arguments { get; set; } } }