namespace FaKrosnoApi.Services; public interface IEmailService { void SendEmail(string subject, string body); }