public void CanGetThreads() { var threads = aggregator.GetThreads("The_Donald").Result; Assert.NotEmpty(threads); var posts = aggregator.GetPosts("The_Donald", threads.Take(6)).Result; Assert.NotEmpty(posts); }