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