//[Test] public void BtLsnrAccept2_None() { // No usage exceptions var lsnr = new BluetoothListener(Guid.Empty); var task = lsnr.AcceptBluetoothClientAsync(null); var task2 = lsnr.AcceptSocketAsync(null); }