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