Understanding Effect.Service and Implementation Patterns

Hey folks, with Effect.Service am I right in that it is just for the "default" implementation of that service? Meaning we can't do the whole Live, Test, Mock pattern we'd normally do with Context.Tag? And if that is the case, how does one then replicate that Live, Test, Mock pattern where you define different implementations? Or is that just not doable with Effect.Service?
Was this page helpful?