using System;
public class Program
{
public static void Main()
string nstr = null;
var z = $"{nstr}/foo/{nstr}//";
Console.WriteLine(z);
}