public override bool Visit(HandlerVisitor handlerVisitor) => handlerVisitor.Visit(this);
public abstract bool Visit(HandlerVisitor handlerVisitor);