pub fn new(
storage: Storage,
) -> Server<impl Service<ConsensusRequest, Response = ConsensusResponse, Error = BoxError, Future = impl Send + 'static> + Send + Clone + 'static, impl Service<MempoolRequest, Response = MempoolResponse, Error = BoxError, Future = impl Send + 'static> + Send + Clone + 'static, Info, Snapshot>