pub async fn run<S>(storage: Arc<S>, config: Config) -> Result<()>where S: Storage + Send + Sync + 'static,
Run the web server