namespace eSuite.Core.MailService; public interface IEmailAddress { string Email { get; } string DisplayName { get; } }