sparse-intern-71089
03/18/2021, 3:39 PMbored-oyster-3147
03/18/2021, 3:52 PM.Apply(..)
transforms your output so you need to then use your new output going forward.
// receive old output
var oldOutput = ...;
// transform
var newOutput = oldOutput.Apply(...);
// use newOutput
does that help?adamant-translator-31969
03/18/2021, 4:26 PMbored-oyster-3147
03/18/2021, 4:32 PMOutput<T>
or you need to await it so that you can manipulate it synchronously