ReSharper Tip of the Day: Use Format string with StringBuilder
Some classes like StringBuilder build in the string.Format functionality. ReSharper knows this and helps you out. It’ll recognize you should probably be using a format string.

…and then turn it into the right method.
