public void CreateOrUpdateMailingList(int accountId, MailingList mailingList)
 {
     throw new NotImplementedException();
 }
 public void RemoveMailingList(int accountId, MailingList mailingList)
 {
     throw new NotImplementedException();
 }