pub async fn run_server<S>( store: Arc<S>, addr: SocketAddr, ) -> Result<(), ServerError>where S: GraphStore + Send + Sync + 'static,