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