public bool Lookup(SimpleName name, out VariableBinding binding)
 {
     return(LookupWithoutNumber(name.WithoutNumber(), out binding));
 }