public static string ToCSharpVariableName(this ApiField subject)
 => CSharpIdentifier.ForVariable(subject.Name);