async fn start_server_with_config<App>(app: App, settings: ServiceSettings)where
    App: Filter<Error = Rejection> + Clone + Send + Sync + 'static,
    App::Extract: Reply,