public async Task GetComments() { IPlanGridApi client = PlanGridClient.Create(); Page <Comment> comments = await client.GetComments(TestData.Project1Uid); Assert.AreEqual(2, comments.TotalCount); }