Paste and convert c# code with string interpolation

Hi,

I have take this c# code

Console.WriteLine($"SubscriptionName: {sqlFilterOnlySubscriptionName}, Removing Default Rule and Adding SqlFilter");

and paste and convert I get this oxygen.

Console.WriteLine(String.Format('SubscriptionName: {0}, Removing Default Rule and Adding SqlFilter{1}', sqlFilterOnlySubscriptionName));

There i {1} but only one parameter.

Cheers,
John

Thanks, logged as bugs://82637