withTransaction helper method that adds a Transaction service to effects within its scope. The database query/CRUD methods all use Effect.serviceOption to detect the presence of the Transaction service and act accordingly.withTransaction, I'd like to be able to wrap some effects further down the tree in some preventTransaction method that will remove the optional Transaction service if present.