IReference<T>
Represents obtained just in time object.
If the reference introduces dependency on a component, should return DependencyModel for that dependency, otherwise null.
Resolves object referenced by this reference, optionally using provided kernel.
If object is resolved from the kernel, the context should be used to guard
against against cyclic dependencies.