Auto mocking provider for Moq
AutoMoq is an "auto-mocking" container that automatically creates any fake objects that are necessary to instantiate the class under test.
Developer can access those fakes through the mocker, or developer can just ignore them if they're not important.