Method EnsureDynamicPropertiesNormalized
EnsureDynamicPropertiesNormalized()
Ensures that dynamic properties are normalized. This method uses the Template Method pattern, calling NormalizeNestedProperties() to allow derived classes to customize normalization behavior.
protected virtual void EnsureDynamicPropertiesNormalized()