Datastore.prototype.offNewState = function offNewState(id) {
    if (this.cbs.length - 1 < id) this.cbs.splice(id, 1);
    return this.cbs.length;
  };