oh yes its work only if create new collection
BsonSerializer.RegisterSerializer(new GuidSerializer(GuidRepresentation.Standard));
But if add this line and try add more rows in old collection its dont work.
what do i should do for old data? Create new collection and migrate data ?