public override void Stop() { ChargingThread.Suspend(); }
public override void Start() { ChargingThread.Resume(); }