Decorate

typealias Decorate<S, I, A> = suspend PipelineContext<S, I, A>.(child: StorePlugin<S, I, A>) -> Unit