Something like this would help, I think: ```js import { organize } from 'async-interactor' const result = await organize(Interactor1, Interactor2) ```