public static void Main(string[] args)
 {
     ProgramBase.Main(args, () => new PDFCreatorBootstrapper());
 }