module.exports = { urlParams: { get: function(key) { return ''; }, set: function(param) { return ''; }, } };