public RuntimeVisitor(IVMContext context) { this.context = context; }
public IRuntimeVisitor Create(IVMContext context) => new RuntimeVisitor(context);
public IRuntimeVisitor Create(IVMContext context) => this;