I have a helper class that takes a service collection and it will scan a folder for dll's to register the controllers with the container.
Now I want to register that helper somewhere so that I can inject it in the ConfigureServices method in the Startup class.
How can I achieve that?