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