namespace YesChef.Api.Email; public record EmailMessage(string ToAddress, string Subject, string HtmlBody, string TextBody);