class X5 {
      @instrumented({registry})
      public async timeoutCheck() {
        return new Promise((res, rej) => {
          setTimeout(res, sleepTime);