public async Task <IActionResult> Index() { var topStory = await _hackerNewsService.TopStoryAsync(); return(View(topStory)); }