Resolve the implementation directly, without attemptingto invoke it for resolution
function ImplResolver() { } ImplResolver.prototype.resolve = function(context, deps){ return context.model.impl }