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