Just wanted to capture the suggestion made by @fsateler in issue #19 to allow users to annotate their own methods with a custom attribute which would allow the Convert to String Interpolation refactoring to run on them:
[FormatStringConsumer(FormatStringParameterNumber = 2)]
void WriteToDevice(Device d, string format, params object[] arguments) { ... }