public async Task DemoRun_GetCouponBrandsAsync() { //Arrange NindoClient client = new NindoClient(); //Act var result = await client.GetCouponBrandsAsync(); //Assert Assert.NotNull(result); }