internal static object EnabledEmailAddressTemplatesGetter(IPropertyBag propertyBag) { MultiValuedPropertyBase multiValuedPropertyBase = (MultiValuedPropertyBase)propertyBag[EmailAddressPolicySchema.RawEnabledEmailAddressTemplates]; return(multiValuedPropertyBase.Clone()); }