public function registerIframe(Request $request): Response
    {
        if (!$this->canRegister()) {
            return new Response('', Response::HTTP_FORBIDDEN);
        }