Updating a Service within a Layer: Best Approach
What's the correct way to update a service w/in a Layer. For example if I have a layer made up of multiple services
Layer.mergeAll(ServiceA, ...) and I want to update ServiceA w/in that service, to create a new layer. I guess what I want is a Layer.updateService fn similar to Effect.updateService but maybe there is a better way of doing this.