/**
  * @inheritdoc
  */
 public function collect(Request $request, Response $response, \Exception $exception = null)
 {
     if ($response instanceof BranchesResponse) {
         $this->data['node'] = $response->getNode();
     }
 }