// too tricky for user to call
 private AndroidBthMockFactory(IDictionary <KeyValuePair <string, string>, object> values)
     : base(MockAndroidBth1.Create <BluetoothAdapter>(values))
 {
 }
 public AndroidBthMockFactory(AndroidMockValues values)
     : base(MockAndroidBth1.Create <BluetoothAdapter>(values))
 {
 }