export function throttleable(duration: number, options?: ThrottleOptions) {
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
  return (_: any, key: string, descriptor: any): any => {
    return {
      configurable: true,