public static void SaveToFile(Flow flow, string filename) { File.WriteAllText(filename, flow.Assembly()); }