controllers.add(getSystemContextService(context, verificationHandler));
return controllers;
}
protected ServiceController<?> getBoostrapService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new GraviaBootstrapService().install(context.getServiceTarget(), verificationHandler);
}