public async Task DeleteAsync(Guid userId) { await Task.CompletedTask; _cartProvider.Delete(userId); }