export class ThrottleableFixture {
  @throttleable(10)
  fn() {
    this.doSomething();
  }