namespace MotoresArgentinosV2.Core.Interfaces; public interface IEmailService { Task SendEmailAsync(string to, string subject, string htmlBody); }