pub fn router<S>( provider: Option<Arc<RuntimeOperationsProvider>>, ) -> OpenApiRouter<S>where S: Clone + Send + Sync + 'static,