325326327328329330331332333334335
throw new RuntimeException( "error: " + command.getErrorMessage() + " out: " + command.getResult()); } }finally{ command.destroy(); } } return availableFeatures; } });