pub fn http_app_with_runtime<S>(store: Arc<S>, runtime: ServerRuntime) -> Routerwhere S: MemoryStore + 'static,