namespace HrynCo.NotificationService.DAL.Abstract.Providers; public record ChannelWithUsage( EmailChannel Channel, int DailySent, int MonthlySent);