private uint GetNameHash(string name)
    {
        MD5Hash mD5Hash = MD5Hash.Calc(name);

        return(mD5Hash.GetUIntHashCode());
    }