void Then_Should_Be_Redirected_To_The_Basket_Content()
 {
     _actualPage
     .Should()
     .Be <BasketPage>(withExpectedTitle: "Basket - Microsoft.eShopOnWeb")
     .And
     .HaveUrlEndingWith("/Basket");
 }