namespace VberZero.AppService.Notifications.Dto; public class NotificationSettingsDto { public bool ReceiveNotifications { get; set; } public List Notifications { get; set; } }