public except(
    name: Room | Room[]
  ): BroadcastOperator<EmitEvents, SocketData> {
    return this.sockets.except(name);
  }