using AyCode.Interfaces.Messages; namespace TIAM.Entities.Emails; public interface IEmailRecipient : IAcEmailRecipient, IEmailRecipientBase { }