public async Task DeleteBasketAsync(string id)
 {
     await _basketManager.DeleteBasketAsync(id);
 }