public void SearchSuccessAsync() { var result = _orchestrate.SearchAsync(CollectionName, "*").Result; Assert.IsTrue(result.Count > 0); }