public function care(\Phasty\Server\Message $request, \Phasty\Server\Message $response)
 {
     $response->setCode(400);
     $response->send();
 }