I have an string interpolation like below:
$"{PREFIX}{Path.AltDirectorySeparatorChar}{Path.AltDirectorySeparatorChar}{Path.AltDirectorySeparatorChar}{SUFIX}"
Is there any way to avoid repeating the same {Path.AltDirectorySeparatorChar} several times?