public void ListAsync() { var result = _orchestrate.ListAsync(CollectionName, 10, null, null).Result; Assert.IsTrue(result.Count > 0); }