I'd like to test some classes that are part of ASP.NET Web Api project. I don't need request-response integration tests via TestServer (though they're nice) but I want to keep my tests as close to "real thing" as possible. So I want to resolve my classes using services added in Startup but changing some of them by stubs/mocks on test basis (some tests need mocks, others - don't).I'd like to test some classes that are part of