std::size_t hash_value(const LLUUID& uuid)
{
    return (std::size_t)uuid.getCRC32();
}