Description
I have a use case where I need to send an email notification after creating a domain entity.
I was confused that EmailService is a Guice bean only so I've created a bridge domain service that looks up beans from Guice injector.
Now I see that I don't really need the bridge. I'll push it in a branch. If we find it useful then we could merge it later.