public override int GetHashCode()
        {
            int hashCode = -1437875617;

            if (Context != null)
            {
                hashCode += Context.GetHashCode();
            }

            if (Errors != null)
            {
                hashCode += Errors.GetHashCode();
            }

            if (MObject != null)
            {
                hashCode += MObject.GetHashCode();
            }

            if (RelatedObjects != null)
            {
                hashCode += RelatedObjects.GetHashCode();
            }

            return(hashCode);
        }