if (command.handlers.title) {
            var titleValue = command.handlers.title(value);
            if (titleValue) {
                resultArray.push(titleValue);
            }