public async Task <bool> AddPeerAsync(string address) { return(await _peerPool.AddPeerAsync(address)); }