protected ServiceController<Runtime> getRuntimeService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new RuntimeService().install(context.getServiceTarget(), verificationHandler);
}
protected ServiceController<ModuleContext> getSystemContextService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new ModuleContextService().install(context.getServiceTarget(), verificationHandler);
}