public static void Generate(string contentRoot, string title, string author, string targetFile) { var self = new FlatNavigationNcx(title, author, targetFile); self.Generate(contentRoot); }