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