value: function decodeHashId() {
            var content = arguments[0];
            var salt = arguments[1];
            var hashIds = new HashIds(salt || undefined);
            return hashIds.decode(content);