public void SetCaptureProfilesTest()
        {
            CaptureProvider203 target          = new CaptureProvider203(); // TODO: Initialize to an appropriate value
            List <IProperty>   captureProfiles = null;                     // TODO: Initialize to an appropriate value

            target.SetCaptureProfiles(captureProfiles);
            List <IProperty> actual = ((ICaptureProfiles)target).CaptureProfiles;

            Assert.AreEqual(0, actual.Count);
            //Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }