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