Module returns abstracted constructor function. This should be instantiated by the DMK Container, resulting object passed into the DMK contructor.
var make = Make(token, container);
require(['path/to/dmk/main.js'], function(dmk){
dmk.init(make);
});