InstanceFactory
A Factory implementation that returns a single instance for all invocations of get.
Note that while this is a Factory implementation, and thus unscoped, each call to get will always return the same instance. As such, any scoping applied to this factory is redundant and unnecessary. However, using this with DoubleCheck.provider is valid and may be desired for testing or contractual guarantees.