pub async fn build_reference(
identity: (&ChainKeypair, &OffchainKeypair),
config: HoprLibConfig,
blokli_url: String,
server_config: SessionIpForwardingConfig,
) -> Result<(Arc<ReferenceHopr>, impl Future<Output = Result<HoprTransportIO, HoprLibError>>)>