It'd be great to be able to apply the "Convert to String Interpolation" to .NET APIs other than just String.Format(). For example:
- Debug.WriteLine(string, params object[])
- Console.WriteLine(string, params object[])
- StringBuilder.AppendFormat() (even though this causes an allocation)