private void DocumentEventsOnDocumentSaved(Document document)
 {
     document.HandleDocumentSaved(OutputWindowWriter);
 }