public Task <(int, string)> ClearBasket() { var url = GetFullUrl("basket/lines"); return(_http.DeleteAsync <int>(url)); }