if (READONLY_TAGS.findIndex(e => e === this.data.name) !== -1) {
      throw new Error(`Cannot delete ${this.data.name} because this is a system tag.`);
    }