Creating an Effectful Service Implementation
What's the recommended way to create an effectful service implementation? By which I mean: a service implementation whose creation requires an effectful computation (like retrieving an environment variable).
