static dynamicCallableMC(fS methodName) { ret new DynamicCallable { public O get(O[] args) { ret callMC("refresh", args); } }; }