export interface FactoryValueStore {
    factory: {
        noName?: IRegistrationBase,
        names: IndexedCollection<IRegistrationBase>
    },