public List <Blockchain.Entities.Publisher> GetConfirmedPublishers()
 {
     return(participantHandler.GetConfirmedPublishers());
 }