@pragma('vm:prefer-inline') Resolvable<Async<T>> wrapValueInAsync() => then((e) => Async.okValue(e));