static String? resolve(String method, String target, List<String> args) { return _macros[method]?.call(target, args); }