public static string DumpAnalysis(string directory) { var analyzer = Analysis.Analyze(directory); return(DumpAnalysis(analyzer)); }