helper.isValidKey = function(key) {
        if (key.indexOf(GENERAL_CONSTANTS.FAVORITE_KEY_FORMAT) > -1) {
            return true;
        }
    };