public NewBrowserDelegate(PlatformBluetooth platformBluetooth)
 {
     _platformBluetooth = platformBluetooth;
 }
 public SessionDelegate(PlatformBluetooth platformBluetooth)
 {
     _platformBluetooth = platformBluetooth;
 }