public static string ToApex(this BaseSyntax node, int tabSize = 4) => ApexCodeGenerator.GenerateApex(node, tabSize);