public static void PrepareDashboardLeadoffStatements(this PowerPointProcessor target, ILeadoffStatementOutputData outputData, string fileName)
 {
     target.PreparePresentation(fileName, presentation => target.AppendDashboardLeadoffStatements(outputData, presentation));
 }