public function testHasErrors()
 {
     $response = new Response();
     static::assertFalse($response->hasErrors());
 }