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