public bool IsPersistent(PeerId peerId)
 {
     return(_peerRepository.IsPersistent(peerId).GetValueOrDefault());
 }