pub trait InteractorPrepareAsync { type Exec; // Required method fn prepare_async(self) -> Self::Exec; }