public static void EndCharging(ICharger charger) { //Log some information about charging charger.EndCharge(); }