MKSAPIHelper helper = new MKSAPIHelper();
helper.initComponent();
ListSandboxesAPI command;
try {
command = createCommand(errors, helper);
command.execute();
} finally {
helper.disposeComponent();
}
for (String sandbox : command.sandboxes) {
System.out.println(sandbox);