public List <MessageQueue> GetAllPrivateQueues()
 {
     return(_queueRepository.GetAllPrivateQueues());
 }