_unwatchInsert : function(query) {
                inherited.unwatchInsert.call(this, query);
                this._store.remoteWatcher.unwatchInsert(query, this);
            }