namespace Adaptation.Eaf.Core.Smtp; public interface ISmtp { void Send(EmailMessage message); }