public async Task DemoRun_GetTwitterChannelInformationAsync(string id) { //Arrange NindoClient client = new NindoClient(); //Act var result = await client.GetTwitterChannelInformationAsync(id); //Assert Assert.NotNull(result); }