public static string IndentSnippetText(string text, string indent) => IndentHelpers.IndentSnippetText(text, indent);
public static string IndentSnippetText(CodeDomProvider provider, string text, string indent) => IndentHelpers.IndentSnippetText(provider, text, indent);