    /**
     * {actionNameUpperFirst} action
     */
    public function {actionName}Action(): \Psr\Http\Message\ResponseInterface
    {
        $this->view->assignMultiple([]);

        return $this->htmlResponse();
    }
