CIShellContext ciShellContext = new LocalCIShellContext(bundleContext);
Properties properties = getProperties();
String toolName = getToolName(properties);
String toolTicketURL = getToolTicketURL(properties);
this.menuAdapter = new MenuAdapter(
toolName,
toolTicketURL,
menuManager,
shell,
bundleContext,