public void IsReadOnlyTest()
 {
     Assert.False(FileSupport.IsReadOnly(_fixture.WritableFilePath));
     Assert.True(FileSupport.IsReadOnly(_fixture.ReadOnlyFilePath));
 }