public override int GetHashCode()
 {
     return(contractInterface.GetHashCode() ^ cd.GetHashCode());
 }