private getForFactoryType(registration: IRegistrationBase, storage: FactoryTypeStore):
        IRegistrationBase |undefined {

        return !registration.name ? storage.factory.noName :
            storage.factory.names[registration.name]