This library is a simple extension of ServiceProviders and Dependency Injection
The main additional method is a common extension method that I use which replaces
ActivatorUtilities.CreateInstance<T>(services, parameters)
with a simpler extension method call
services.Create<T>();