public static void PrepareDashboardTargetCustomers(this PowerPointProcessor target, ITargetCustomersOutputData outputData, string fileName)
 {
     target.PreparePresentation(fileName, presentation => target.AppendDashboardTargetCustomers(outputData, presentation));
 }