I was writing a method today, one that has to concatenate and format 2 strings. As every other developer on the planet, I’m using System.Text.StringBuilder class when I work with strings (for concatenating and formatting – because that’s what we’re using