public void StartCharge_ConnectedIsTrue()
 {
     _uut.StartCharge();
     Assert.That(((FakeUsbCharger)_uc).Connected, Is.EqualTo(true));
 }