Best Practices for Defining a Single Service with Multiple Layer Implementations in Effect

Hello 👋. I'm curious about the recommended way to define a single service with multiple implementations. I've been doing something like this: https://effect.website/play#c38edcaa6591, but it feels like I may have missed something obvious in the docs about the right way to handle this. Should I be using Effect.provideService / Effect.provideServiceEffect instead?
Was this page helpful?