I understand that in C# I can use the BsonIdAttribute to signal a property in the model that receives the new ObjectId of a newly inserted document. However, i
BsonIdAttribute