Replace string.Join(string, ...) calls with string.Join(char, ...) when the separator is a single character to improve performance.