public static void VerifySellerImageInCart(GoodsItemPage page, string src)
 {
     page.GetSellerImageSrc().Should().Equals(src);
 }