private void SaveCallback()
 {
     fileType.Save(
         this.document,
         this.stream,
         this.saveConfigToken,
         this.scratchSurface,
         new ProgressEventHandler(ProgressHandler),
         true);
 }