pub async fn start_server( config: Config, service: Service<Handler>, statistics: Statistics, ) -> Result<()>