function MyTestModule()
{
this.getValue = function () { return 1245; };
}
module.exports = MyTestModule;