steps is implemented inline within the RecipeLive layer. I'd like to extract this to give me a const steps: <Sugar | Flour, never, ...> then use it from RecipeLive. The way I've done it is by calling steps from within RecipeLive and then using Effect.provideService to provide the Sugar and Flour: