__invoke()
Implement the __invoke() magic method in your classes to make instances callable like functions. This can be useful for creating simple, reusable callable objects.