public void ProcessingSaving(string fileName)
 {
     if (_wrappedInterfacePtr != IntPtr.Zero)
     {
         IProgressUpdateInterface wrappedInterface =
             (IProgressUpdateInterface)Marshal.GetUniqueObjectForIUnknown(_wrappedInterfacePtr);
         wrappedInterface.ProcessingSaving(fileName);
     }
 }