Interface SharedContext

All Known Implementing Classes:
SharedContext.ForwardingSharedContext, SharedContext.Global

public interface SharedContext
Access methods to shared resources and services.

In many parts of the code base we reach into the global space to pull out singletons, but this makes testing much harder; the main goals for this type is to make users easier to test. See SharedContext.Global.instance for the main production path