enum class SosGroupFieldBehavior_t : uint32
{
    // MPropertyFriendlyName = Ignore
    kIgnore = 0,
    // MPropertyFriendlyName = Branch
    kBranch = 1,
    // MPropertyFriendlyName = Match
    kMatch = 2,
};