using HrynCo.NotificationService.DAL.Abstract.Templates; namespace HrynCo.NotificationService.Api.Controllers.EmailTemplates; public sealed record UpdateEmailTemplateRequest( string Subject, string HtmlBody, string TextBody, IReadOnlyList Variables );