shouldBlocking
fun <T, R> Then<T>.shouldBlocking(f: suspend T.() -> R): R
Alias for Then.should, with suspending lambda.