internal AddressList(string path, ActiveDirectoryEntryProvider connection)
 {
     _path = path;
     _connection = connection;
 }
 public ExchangeAddressListService()
 {
     _activeDirectoryEntryProvider = new ActiveDirectoryEntryProvider();
 }