Unlock this challenge:
Where should you create a new service class in Symfony?
In the src/Repository/ directory
src/Repository/
In the src/Service/ directory
src/Service/
In the src/Controller/ directory
src/Controller/
Anywhere in the src/ directory
src/