public void T4()
        {
            SystemInfoTest info = Auto.Make <SystemInfoTest>();

            Assert.That(info, Is.Not.Null);
            Assert.That(info.DirectoryPath.FullName, Is.EqualTo(@"C:\directorypath"));
        }
        public void T2()
        {
            SystemInfoTest info = Auto.Make <SystemInfoTest>();

            Assert.That(info, Is.Not.Null);
            Assert.That(info.FilePath.FullName, Is.EqualTo(@"C:\filepath"));
        }