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