namespace Taloyhtio.GeneralApi.Core.Services { public interface IEmailService { void Send(string to, string subj, string body); } }