public BluetoothPageViewModel(IBluetoothManager bluetoothManager) { _bluetoothManager = bluetoothManager; BluetoothDevices = _bluetoothManager.GetListOfPairedDevices(); }