pub type ApplicationFetch = Arc<dyn Fn(ApplicationRequest) -> Pin<Box<dyn Future<Output = Result<ApplicationResponse, Error>> + Send>> + Sync + Send>;
pub struct ApplicationFetch { /* private fields */ }