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