public void Configure(IMutableEngineConfiguration config)
 {
     ProcessXml(_document.Root);
     _handlers.GetResults(config);
 }