@derrickreimer Are you asking about code injection or test frameworks that do async await type operations? I think some general rules of thumb for network type stuff is, abstract the network out of the picture and inject something you can mock. Maybe that’s too obvious to share?