public bool HasWord(string prefix)
 {
     return(_dawg.Exists(prefix));
 }