Handling `this` with `Effect.gen` in Classes
How do you usually deal with
this when using Effect.gen in classes? Creating a local to capture it just feels dirty.