public override void Accept(Taxi taxi) { taxi.VisitCustomer(this); }
public abstract void Accept(Taxi taxi);