public int GetHashCode(MD5Hash obj)
 {
     return(obj.GetHashCode());
 }
 public int Compare(MD5Hash x, MD5Hash y) => Compare(x.Value, y.Value);