public GetAllShould(OrdersDataStoreSharedFixture fixture, ITestOutputHelper output)
            {
                this.fixture = fixture;
                this.fixture.Setup(output);

                sut = fixture.CreateDataStore();
            }
 public CompleteShould(OrdersDataStoreSharedFixture fixture, ITestOutputHelper output)
 {
     this.fixture = fixture;
     this.fixture.Setup(output);
 }