public void DeleteCartItem() { _repo.DeleteCartItem("cartid786"); var result = _repo.GetCartId("cartid786"); Assert.Null(result); }