prepend(...args: Filter<TContext>[]) {
    this.filters.unshift(...args);
    return this;
  }