public static string ToString(ISource source) { var writer = new SourceWriter(); source.Generate(writer); return(writer.ToString()); }