public async Task PrintText(string text)
 {
     await bluetoothManager.PrintText(Convert(text));
 }