# Functions
ComparePayloads compares two sets of payload-specific fields and returns true if they are equal.
ConfigurationFilePlistToStructFromFile takes filepath of MacOS Configuration Profile .plist file and returns &ConfigurationProfile.
ConfigurationProfilePlistToStructFromString takes xml of MacOS Configuration Profile .plist file and returns &ConfigurationProfile.
FilterPayloadSpecificFields extracts and returns only the payload-specific fields from the profile.
# Structs
Struct to mirror MacOS .plist configuration profile data with bucket for unexpected values.
Struct to mirror xml payload item with key for all dynamic values.