you'd probably want to make a little wrapper for that specific to your endpoints so it's just like: ```rust let data = endpoint.wait_data().await; ```