I am trying to replace delegation pattern with Combine.
The architecture of my app is a VIPEr, so I need to pass the sink subscriber from one module to another. The u