/**
  * {@inheritdoc}
  */
 protected function computeContent()
 {
     // Force application/json header.
     $this->headers->set(new ContentTypeHeader('application/json'), true);
     return parent::computeContent();
 }