Works around the pathological behavior of KmmResult with .map, which would make
val proxyVerify(...): KmmResult<Unit> = getVerifier().map { it.verify(...) }
silently succeed (with the programmer confusing map and transform).
map
transform