get: function(destId, options) {
          options = this.getDefaultOptions(options);
          var args = corbel.utils.extend(options, {
              url: this.buildUri(this.type, this.srcId, this.destType, destId),
              method: corbel.request.method.GET,