Super minor and probably just satisfying a very specific need, but found useful to be able to pass down a lambda to wherever you handle the side effects, to simplify posting them, instead of passing the whole
SideEffectEventReceiver
.
Especially helpful IMHO if you have your side effect handler broken down in methods.
Something like: