- Replaced ImmutableDictionary-based FormFieldIndex with a simpler Dictionary - Updated form field ordering to: NoName, signature, position, city, date - Removed manual formFieldIndex counter, now using dictionary lookup by fieldName - Introduced FieldNames class with NoName constant (guid-based) for unnamed fields - Defaulted Annotation.fieldName to FieldNames.NoName instead of Nothing