public NorthwindQueryTaggingQueryInMemoryTest(
     NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture,
     ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
 }
 public ConcurrencyDetectorInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public NorthwindAsTrackingQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }