getMessages(streamId: string): Promise<Array<SymphonyMessageV2Type>> {
    return this._httpAgentGet(`/agent/v2/stream/${streamId}/message`);
  }