public Task <bool> DisconnectDeviceById(string deviceId) { return(_bluetoothManager.Disconnect(deviceId)); }