public async Task <int[]> GetBestStoryIds() { int[] bestStoryIds; bestStoryIds = await _hackerNewsService.GetBestStoryIdsAsync(); return(bestStoryIds); }