Hi,I m trying to get ConsoleUtils instance in CustomCodeAction sub class, like below code:public class TestAction extends CustomCodeAction { public void install(InstallerProxy proxy) throws InstallException { ConsoleUtils cu = (ConsoleUtils) proxy.g...