public static string ToCSharpBackingFieldName(this ApiField subject)
 => CSharpIdentifier.ForBackingField(subject.Name);