public void SelectListOfTrendsFromDatabase() { Trends trends = new Trends(opts); var list = trends.GetTrends(1); Assert.NotNull(list); }