public function __construct(Response $response)
 {
     parent::__construct('Unexpected message with action ID "' . $response->getActionId() . '" received');
     $this->response = $response;
 }