export class HostManager { constructor(socketClient) { this.socketClient = socketClient; } }