-       ///ManagerRegistry
-       protected ManagerRegistry $doctrine;
-
-       ///UserPasswordHasherInterface
-       protected UserPasswordHasherInterface $hasher;
-
-       ///LoggerInterface
-       protected LoggerInterface $logger;
-
-       ///MailerInterface
-       protected MailerInterface $mailer;
-
-       ///EntityManagerInterface
-       protected EntityManagerInterface $manager;
-
-       ///Router instance
-       protected RouterInterface $router;
-
-       ///Slugger util
-       protected SluggerUtil $slugger;
-
-       ///Translator instance
-       protected TranslatorInterface $translator;