public function renderDeleteDowntime(DeleteDowntimeCommand $command)
 {
     $endpoint = 'actions/remove-downtime';
     $data = array('downtime' => $command->getDowntimeName());
     return IcingaApiCommand::create($endpoint, $data);
 }