public bool Exists()
 {
     return(parentParser.SafeGet(name) != null);
 }