void IFile.SetAccessControl(string path, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }
 IDirectoryInfo IDirectory.CreateDirectory(string path, UnitWrappers.System.Security.AccessControl.IDirectorySecurity directorySecurity)
 {
     throw new NotImplementedException();
 }
 FileStreamBase IFile.Create(string path, int bufferSize, FileOptions options, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }