In Symfony when i create a service and i need an instance of some classes, i pass them as parametre in service or i can create a new instance inside my functions service. I ask this because some Classes constructor needs parametres wich i doesn't have yet when passing the class as parametre.