public void Add(ICommissionConcern concern) { if (concern == null) { throw new ArgumentNullException("concern"); } Commission.Add(concern); }