Utter is displayed after consecutive action is done, why?

Hi I have a story that should display a wait message because the following action uses graphql to obtain some information and takes a while. The problem is that the utter_wait_message is displayed after the action is finished. How can I force the utter to show before and then do the query execution?

 - action: utter_wait_for_insurance
 - action: action_fetch_insurance_packages

If you always want the wait message to appear first, I’d probably write a rule for it: Rules

You could also have your action send a response before it starts executing any other code.