public void Test_GetChannelVideos() { string channelId = "28036688"; // trick2g Assert.IsNotNull(twitchClient.GetChannelVideos(channelId, new Pagination()).Result); }