public function testGetContentRaw()
 {
     $response = new Response('content');
     static::assertEquals($response->getContentRaw(), 'content');
 }