public CheckOrderOnStockSteps(OrderCheckingAPITestContext testContext, ScenarioContext scenarioContext)
 {
     _testContext     = testContext;
     _scenarioContext = scenarioContext;
 }
 public OrderCheckingAPIHooks(OrderCheckingAPITestContext testContext)
 {
     _testContext = testContext;
 }