new VBoxWebService().startAndInstall();
} catch (IOException e) {
throw new RuntimeException("Cannot start web service of vbox", e);
}
VirtualBox vb = new VirtualBoxImpl();
for (AbstractVirtualEngine engine : getVirtualEngines(engines)) {
engine.setVirtualBox(vb);
}
}