the model factory to be used
IConfigBeanModel that was either created
or retrieved from the KOS Model framework if already existing.This serves as a conveinience allowing for models to consumers to use a shorthand method when multiple models need to be created. The first level of function will accept a KOS Model Factory and return a function that can accept a single model ID parameeter. This will return a factory function that can accept a model options parameter and instantiate a new instance of a model or retreive a an existing model.
Curried function that will produce a function that can be used to retreive or create new instances of a
IConfigBeanModelgiven an ID and options.