public function handleBatch(array $records)
 {
     return $this->streamHandler->handleBatch($records);
 }