public void ExecuteFile(string path, Encoding encoding = null)
 {
     CheckDisposed();
     Engine.ExecuteFile(path, encoding);
 }