public async Task <bool> DeleteBasketAsync(string basketId) { return(await _redis.DeleteKeyAsync(basketId)); }