@Override
protected Object doExecute() throws Exception {
ServerConnection connection = connect();
CommandInstallBundle command = new CommandInstallBundle();
InstallBundleCommandArgs args = new InstallBundleCommandArgsImpl(groupId, startLevel, start, new String[]{bundleFile});
command.execute(this, connection, args);
return null;
}