Self-calling Methods in Services
Is it possible to call a method from a service from the service itself ? For example, I have a method: UploadFile(): Effect<unknown, never, never> and CreateBucket<unkwno, never, nver>, and I want to call "CreateBucket", from UploadFile
