public async Task EnableBluetoothPassthrough(bool enabled = true)
 {
     await Serial.BlindCommand(CBTCommand.BluetoothPassthrough(enabled));
 }