Are you using C# raw string literals, new in C# 11?
Raw string literals allow for whitespace, newlines, embedded quotes, and ... whatever in your strings.
More info on them and raw string interpolation here:
YouTube
New-ish Things about C# Strings (C# 11)