public ActionResult <WishlistDetails <GuestWishListItem> > GetGuestList(int listId) { return(Wishlist.GetWishlistDetailsForGuest(listId)); }