public async Task <IQueryable <object> > GiveSummary() { int userid = await GetUserId(); return(wishRepository.GetWishSummary(userid)); }