public abstract void FixMyEngine(Garage garage);
public override void FixMyEngine(Garage garage) { garage.FixEngine(this); }