static String getName(String methodName, String paramName) { return 'On${upperFirst(methodName)}${upperFirst(paramName)}'; }