namespace ROLAC.API.Services.Notifications; public interface IEmailService { Task SendAsync(EmailMessage message, CancellationToken ct = default); }