internal void Export(ScriptBook book, string filePath)
 {
     writer.Export(book, filePath);
 }