public override int GetHashCode()
 {
     return(_packageId.GetHashCode() * 3137 + _version.GetHashCode());
 }