public async Task <IEnumerable <HackerNewsItem> > Get(int pageIndex)
 {
     return(await _hackerNewsService.GetItemsAsync(pageIndex));
 }