namespace TIAM.Entities.Emails; public interface IEmailRecipientsRelation { public List Recipients { get; set; } }