/**
  * @param ConnectionResponse $response
  * @param CallContext $callContext
  */
 protected function updateCallContext(ConnectionResponse $response, CallContext $callContext)
 {
     $callContext->setIdempotenceRequestTimestamp($response->getHeaderValue('X-GCS-Idempotence-Request-Timestamp'));
 }