108109110111112113114
@Provides @Singleton @Inject @Named("ActiveApiRegistry") protected OperationServiceRegistry provideActiveApiRegistry(Injector injector) { return new ActiveApiOperationServiceRegistry(injector); }
106107108109110111112