public Task <(BasketModel, string)> GetBasket() { var url = GetFullUrl("/basket"); return(_http.GetAsync <BasketModel>(url)); }