public function renderDeleteDowntime(DeleteDowntimeCommand $command)
 {
     return sprintf('%s;%u', $command->getIsService() ? 'DEL_SVC_DOWNTIME' : 'DEL_HOST_DOWNTIME', $command->getDowntimeId());
 }