pub async fn server_builder<P>(inner: P) -> Result<Router, Box<dyn Error>>where P: Protocol + Debug + Clone + 'static,