I use guids in my queries and everything works. But when you build it, you get vornings
'BsonValue.implicit operator BsonValue(Guid)' is obsolete: 'Use the BsonBinaryData constructor instead and specify a Guid representation.'
Which GuidRepresentation should I write? There are five of them. If the base specifies "3", then it must be JavaLegacy?
Or what's the right way?