public void VerifyNullDataDoesNotThrow()
        {
            var exception  = new NullDataException();
            var dictionary = new Dictionary <string, string>();

            var failedQueue = new Address("TheErrorQueue", "TheErrorQueueMachine");

            ExceptionHeaderHelper.SetExceptionHeaders(dictionary, exception, failedQueue, "The reason", false);
        }
        public void VerifyNullDataDoesNotThrow()
        {
            var exception = new NullDataException();
            var dictionary = new Dictionary<string, string>();

            var failedQueue = new Address("TheErrorQueue", "TheErrorQueueMachine");
            ExceptionHeaderHelper.SetExceptionHeaders(dictionary, exception, failedQueue, "The reason", false);
        }