public void Delete(Recipient recipient) => Recipients.Remove(recipient);
public void Add(Recipient recipient) => Recipients.Add(recipient);