pub type RequestHandler = dyn Fn(AgentHandlerRoutingRequest) -> Result<AgentHandlerResultData, MeshError> + Send + Sync;