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