namespace HrynCo.NotificationService.Worker; public record RenderedEmail(string Subject, string HtmlBody, string TextBody);