public static int Get(Type type)
        {
            var hashCoder = new ClassHashCode(type);

            hashCoder.Execute();
            return(hashCoder._hashCode);
        }