private static void SearchAndReplaceFooters(WordprocessingDocument wordDoc,
            SortedDictionary<string, string> valuesToReplace)
        {
            WriteDebugConsoleLogEntry(new LogEntry(2, "ReportHelper", "SearchAndReplaceFooters called"));
            foreach (FooterPart footerPart in wordDoc.MainDocumentPart.FooterParts)