const response = await this.socket.send<ChatRequest>({
      id: 'CHAT',
      userId: user.id,
      network
    });