-       /**
-        * The cache path
-        */
-       protected string $cache;
-
-       /**
-        * The path
-        */
-       protected string $path;
-
-       /**
-        * The RouterInterface instance
-        */
-       protected RouterInterface $router;
-
-       /**
-        * The SluggerUtil instance
-        */
-       protected SluggerUtil $slugger;
-
-       //Captcha background
-       protected string $captchaBackground;
-
-       //Captcha fill
-       protected string $captchaFill;
-
-       //Captcha font size
-       protected int $captchaFontSize;
-
-       //Captcha stroke
-       protected string $captchaStroke;
-
-       //Captcha stroke width
-       protected int $captchaStrokeWidth;
-
-       /**
-        * The captcha background
-        */
-       public string $captchaBackground;
-
-       /**
-        * The captcha fill
-        */
-       public string $captchaFill;
-
-       /**
-        * The captcha font size
-        */
-       public int $captchaFontSize;
-
-       /**
-        * The captcha stroke
-        */
-       public string $captchaStroke;
-
-       /**
-        * The captcha stroke width
-        */
-       public int $captchaStrokeWidth;
-