Replace string.Join(string.Empty, ...) calls with string.Concat(...) for better performance and semantic clarity.