public void LogData(string textToLog) { if (!_bluetoothService.SendData(textToLog)) { throw new ArgumentException("Could not log data"); } }