readDatafeed(datafeedId: string): Promise<Array<SymphonyMessageV2Type>> {
    return this._httpAgentGet(`/agent/v2/datafeed/${datafeedId}/read`);
  }