Cache StreamWriter instances for text downloading
Stores StreamWriter instances in Dictionary and reuses them for recurring text appends in text post downloading. This prevents massive seek I/O in large blog downloads, and hence poor (disk) performance.