namespace VberZero.AppService.Notifications.Dto; public class NotificationSubscriptionWithDisplayNameDto : NotificationSubscriptionDto { public string DisplayName { get; set; } public string Description { get; set; } }