using HeartBeatServer.Models; namespace HeartBeatServer.Services; public interface IEmailGeneratorService { Task SendEmailAsync(EmailModel email); }