let promise2 = Promise<Any?> { fulfill, _ in
      Test.delay(1) {
        fulfill("hello world")
      }
    }