pub type ExecutorJob = Box<dyn FnOnce(&AppContext) -> Response + Send + 'static>;
pub struct ExecutorJob(/* private fields */);