public void WhenHeAddsItToBakeryInventory() { var product = (Product)ScenarioContext.Current["newProduct"]; _owner.AddNewProduct(product); }