value: function load(res, rej) {
      return this.endpointPromise().then(function (endpoint) {
        if (endpoint._load) {
          return endpoint._load();
        } else {