@command()
  removeTextHighlight(options?: HighlightCommandOptions): CommandFunction {
    return this.store.commands.removeMark.original({ type: this.type, ...options, expand: true });
  }