public double GetDeviceBatteryLevel()
 {
     // At this moment the VM doesn't know which implementation is used and it actually doesn't care.
     return(_batteryLevel.GetBatteryLevel());
 }