_get: function (id) {
                var decoded = this._decodeId(id);
                return this.__store.get(decoded.id, decoded.ctx).mapSuccess(function (data) {
                    return this._encode(data, decoded.ctx);
                }, this);