public void Exception_Message_Property_Set_Correctly()
        {
            NoCarrierStreamsFoundException attribute =
                new NoCarrierStreamsFoundException("Path");

            Assert.IsTrue(attribute.Message.StartsWith("CarrierStream subclass path"));
        }
        public void Exception_Message_Property_Set_Correctly()
        {
            NoCarrierStreamsFoundException attribute =
                new NoCarrierStreamsFoundException("Path");

            Assert.IsTrue(attribute.Message.StartsWith("CarrierStream subclass path"));
        }