public async Task DemoRun_GetChannelHistoryAsync(RankAllPlatform platform, string userId) { //Arrange ChannelClient client = new ChannelClient(); //Act var result = await client.GetChannelHistoryAsync(platform, userId); //Assert Assert.NotNull(result); }