private int GetBattery()
 {
     Debug.WriteLine("GetBattery()");
     return(AdbOperation.GetBatteryInfo());
 }