container->get( 'connect' )->process_verify_connection(); } /** * Listen for incoming secure webhooks from the API server. * * @return void */ public function process_webhook() { $this->container->get( 'connect' )->process_webhook(); } }