public void GetSearchResultKeyTest()
 {
     Assert.IsTrue(_nodes.Any(x => !String.IsNullOrEmpty(_target.GetSearchResultKey(x))));
 }