public void BeforeScenario() { ShoppingBasketApplication.Start(); }
public void AfterScenario() { ShoppingBasketApplication.Stop(); }