I have this: ` let resp = await closests.mapIt(kad.dispatchPutVal(it, validEntry)).allFutures()` ...but I want to map the responses. as it stands, that gives me a collection of `Result[Message, string]`, but i want to map it to `Result[XXX, string]` with something that takes a `Message` and gives an XXX