private static void DasBlog(string folder, string destination) { var formatter = new DasBlogFormatter(); formatter.Format(folder, destination); }