pub fn platform_worker_for(
    label: &str
) -> Box<dyn FnOnce(AxonServerHandle, WorkerControl) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync>