namespace MemberCenter.Application.Models.Email; public sealed record EmailTemplate( string Subject, string TextBody, string HtmlBody);