public async Task GetLastStoryTestAsync() { int storyId = await _hackerNewsAPI.GetLastStoryAsync(); Assert.True(storyId > 0, "Invalid Id"); }