protected function displayAppWebhooks(Application $app, OutputInterface $output)
 {
     $output->writeln(sprintf('<info>Webhooks for application:</info> %s', $app->getApp()));
     $webhooks = $app->getWebhook();
     $this->renderWebhooks($webhooks, $output, $app->getApp());
 }