if (poweredRooms.length === 0) {
            this.logger.log(chalk.yellow(`\nIn group ${strategy} no rooms found\n`));
            return;
        }