@Override
public ShellUIPromptImpl createPrompt(UIContext context)
{
ShellContext shellContext = (ShellContext) context;
ConverterFactory converterFactory = addonRegistry.getServices(ConverterFactory.class).get();
return new ShellUIPromptImpl(shellContext, converterFactory);
}