namespace OtherWay.Radio.Scheduler.Models; public class NotificationSchedule { public string ShowId { get; set; } public List ScheduleTimes { get; set; } }