define(function() { return { getMessage: function() { return 'Hello World'; } }; });