public override int GetHashCode()
 => Symbol.GetHashCode();
 public override int GetHashCode()
 {
     return(Symbol.GetHashCode());
 }