Implementing an Alternative `Effect.Service` Requires the `_tag` Property
When defining a service using
Is this the correct way of creating an alternative implementation?
Context.Tag, I can implement it by implementing the methods only. However to create an alternative implementation of an Effect.Service I also need to implement the _tag property. Is this the correct way of creating an alternative implementation?
