/**
  * Build the "Accept" header.
  *
  * @return string
  */
 protected function buildAcceptHeader()
 {
     return 'application/vnd.' . $this->router->getVendor() . '.' . $this->version . '+json';
 }