protected function convertResponsesToArray(array $responses)
 {
     return $this->jsonIteratorFactory->buildJsonFilesIterator($responses, ['firstTopLevelString' => $this->idString]);
 }