Switch method from handle to __invoke for command handlers and query handlers
- Breaking change: Switched from
handle
to__invoke
method forCommandHandlerInterface
andQueryHandlerInterface
. This way the specific command or query can be type hinted in the method signature.