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