We need to add support for retrieving multiple enum values from the `UpdateMethod` property value of `UpdateRestrictions` annotations. example: ```XML <Annotations Target="microsoft.graph.customClaimsPolicy/claims"> <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> <Record> <PropertyValue Property="UpdateMethod"> <Collection> <EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT Org.OData.Capabilities.V1.HttpMethod/PATCH</EnumMember> </Collection> </PropertyValue> </Record> </Annotation> </Annotations> ```