public async Task AddToWishList(int id) { var wish = new CartService(HttpContext, true); await wish.AddItemToWishList(id); }