public override int GetHashCode()
 {
     return(Invariant != null ? Invariant.GetHashCode() : 0);
 }