int GetCount()
        {
            var path = MsmqUtil.GetPath(_queueName);

            return(MsmqUtil.GetCount(path));
        }