public void SetSourceUnitSearchPaths(string[] paths)
 {
     _engine.SetSourceUnitSearchPaths(paths);
 }