public static void PrepareCalendarPreview(this PowerPointProcessor target, string fileName, CalendarOutputData monthOutputData)
 {
     target.PreparePresentation(fileName, presentation => target.AppendCalendar(monthOutputData, presentation));
 }