public bool Equals(UnificationKey other)
            {
                if (!ClsId.Equals(other.ClsId))
                    return false;
                if (Server != other.Server)
                    return false;

                return true;
            }
            public bool Equals(UnificationKey other)
            {
                if (!ClsId.Equals(other.ClsId))
                {
                    return(false);
                }
                if (Server != other.Server)
                {
                    return(false);
                }

                return(true);
            }