public bool Contains(Name x)
 {
     return(Names.BinarySearch(x, NameComparer.Default) > ~0);
 }