public socketsJoin(room: Room | Room[]): void {
    return this.sockets.socketsJoin(room);
  }