pub fn do_dialogue<S: State, T: Default + Clone + Send + Sync + 'static, A: Action<S, T>>( tgt: Actor, f: impl Fn(DialogueSession) -> A + Send + Sync + 'static, ) -> impl Action<S, T>