protected function handleUnsubscribeResponse(DeliveranceList $list, $response)
 {
     $message = $list->handleUnsubscribeResponse($response);
     $this->handleMessage($message);
 }