I\'m still pretty new to using Autofac and one thing I miss in the documentation and examples is how to make it easy to get to the configured container from different places
The usual way of doing this is to store the container in a static variable in your Global app class.