Description
Would be nice to have an API that allows access to a Module's messages on Registry.
public Messages getModuleMessage(String moduleId);
Sometimes you need access to the Messages when unit testing code within a module. Perhaps there are other use cases.