I have the following code
services.AddSingleton(new FancyServiceA()); services.AddSingleton(new FancyServiceB()); servic