when<Val>(
    key: AsyncableKeyLike<Key>,
    value: AsyncableValueLike<Val>
  ): AsyncWhen<Key, Val> {
    return new AsyncWhen<Key, Val>(this.config, this.rootKey, [{ key, value }]);