pub type TaskHandler = Box<dyn FnOnce(LaunchProxy) -> Pin<Box<dyn Future<Output = ()>>> + 'static>;
pub struct TaskHandler(/* private fields */);