I have a complex graph, from EF6 (database-first), that I want to simulate using mocks and test fixtures while testing my domain model. To prevent the problems with circular dependencies, I've added these lines to the test setup:...private Fixture _fixtur...