define([ "dojo/_base/declare"], function(declare) { return declare(null, { send : function(/*serverResponse*/) { throw "NOT IMPLEMENTED"; } }); });