protected static void virtualEngines(List<AbstractEngine> engines) {
if (usesVirtualEngines(engines)) {
// verify all mandatory config options
try {
new VBoxWebService().startAndInstall();
} catch (IOException e) {
throw new RuntimeException("Cannot start web service of vbox", e);
}
VirtualBox vb = new VirtualBoxImpl();