We still support `await Get(A, B(..)` and `await G...
# development
h
We still support
await Get(A, B(..)
and
await Get(A, B, b)
in addition to
await Get[A](B(..))
and
await Get[A](B, b)
. We need to remove the non-typed version