//IBluetoothDeviceInfo[] IBluetoothClient.EndDiscoverDevices(IAsyncResult asyncResult)
 protected override List <IBluetoothDeviceInfo> EndInquiry(IAsyncResult ar)
 {
     return(_inquiry.EndInquiry(ar));
 }