Late Init DI
DI object that defers all method to a base DI object that can be set later.
You can use all lazy methods on this even if baseDI is not set, but you cannot retrieve a value while it is not set.
DI object that defers all method to a base DI object that can be set later.
You can use all lazy methods on this even if baseDI is not set, but you cannot retrieve a value while it is not set.