public function testGetContent()
 {
     $response = new Response();
     static::assertEquals($response->getContent(), null);
 }