public bool QueueIsEmpty()
 {
     return(_messageHandler.QueueIsEmpty());
 }