public void GetTopLiveEventGames_DefaultParams_ReturnsTopLiveEventGames() { var topEventGames = DotaApiClient.GetTopLiveEventGamesAsync() .Result; Assert.NotNull(topEventGames); Assert.NotEmpty(topEventGames); }