public override int GetHashCode()
 {
     return(Name.GetHashCode()
            + Value.GetHashCode());
 }