}
@SuppressWarnings("serial")
protected void addTorqueBoxService(final OperationContext context, ServiceVerificationHandler verificationHandler,
List<ServiceController<?>> newControllers) throws IOException {
TorqueBox torqueBox = new TorqueBox();
newControllers.add( context.getServiceTarget().addService( CoreServices.TORQUEBOX, torqueBox )
.setInitialMode( Mode.ACTIVE )
.addListener( verificationHandler )
.install() );