I have a viewmodel that exposes a flow of events, sometime during that viewmodels lifecycle i can get a callback from a service with a flow that i want to output to that initial flow, is there a way to do that without subscribing to the service flow inside the viewmodel and just outputting manually to the external flow? i just want to pipe one flow to another when i receive it.