public object StartRelease(IList<IExporter> exporters, IIndexField[] indexFields, IDictionary<string, string> releaseData)
 {
     _docConverter = new PdfGenerator(_settings);
     return null; //Have to use this since IReleaseScript2 is missing the index fields for the setup.
 }
 public object StartRelease(IList<IExporter> exporters, IIndexField[] indexFields, IDictionary<string, string> releaseData, IApplication licenseData)
 {
     _docConverter = new PdfGenerator(_settings);
     return null;
 }