Earlier i saw this:
.InstancePerApiRequest();
Now i only got this:
.InstancePerHttpRequest();
Did autofac removed the API-scope? I have the reference Autofac.Integration.WebApi but this extension is not available. What is the difference between InstancePerHttpRequest and InstancePerApiRequest?