public function testIsValid()
 {
     $response = new Response('', 500);
     static::assertFalse($response->isValid());
 }