if (lineType === 'click' || lineType === 'tap' || lineType === 'scroll' || lineType === 'swipe') {
            socketMessage.request = compose(
                msg => applyUntilCondition(msg, data),
                msg => applyCountAndDelayAndActions(msg, data),
            )({...socketMessage.request});