In the Autofac documentation, they provide a brief example of injecting a component via a service...
However, I'm unable to locate the extension method AddJsonFile ..
The provided snippet is:
var config = new ConfigurationBuilder();
config.AddJsonFile("autofac.json");
Bonus: How to find a extension method when the "Using" statements are not provided!