module.exports = function (storage, callback) { callback("Hello, World!"); }