public void GetPopularShowsAsync_WhenCalled_ReturnsListOfPopularShows() { var result = (OkObjectResult)_showController.GetPopularShowsAsync().Result; Assert.That(result.Value, Is.TypeOf <List <ShowPopularityDTO> >()); }