if (isSave) {
            const pathToFile = await this.matrixService.saveToJson(info, 'info');
            this.logger.log(chalk.blue('\nPath to file: '), chalk.yellow(pathToFile));
        }