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