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