/// <summary> /// Adds the specified recipient to this collection. /// </summary> public void Add(Recipient value) { List.Add(value); }