public override string accept(RideVisitor visitor) { return(visitor.visit(this)); }
public abstract string accept(RideVisitor visitor);