using HrynCo.NotificationService.DAL.Abstract.Templates; using MediatR; using HrynCo.NotificationService.Services.Core; namespace HrynCo.NotificationService.Services.EmailTemplates.GetAll; public sealed record GetAllEmailTemplatesQuery(string? ServiceName = null, string? Key = null) : IRequest>>;