StringBuilderPool
Provides a pool of used / recycled resources.
Gets or sets the maximum number of instances - at least 1.
Gets or sets the max. capacity per instance - at least 85000.
Either creates a fresh stringbuilder or gets a (cleaned) used one.
Returns the given stringbuilder to the pool and gets the current
string content.