During the ConfigureServices() bootstrapping of my application I register mostly transients and scoped types with the Dependency Injection framework that ships with .Net Core. However, I do have one type that is registered as a singleton is my bootstrapping of