new AlgorithmFactoryRegistryServer(bContext, ciContext),
AlgorithmFactoryRegistry.SERVICE_NAME,
null);
register(AlgorithmRegistry.class,
new AlgorithmRegistryServer(bContext, ciContext),
AlgorithmRegistry.SERVICE_NAME,
null);
register(DataModelRegistry.class,
new DataModelRegistryServer(bContext, ciContext),