ShardsvrDropCollectionIfUUIDNotMatching did not accept write concern on 6.0, but after SERVER-73686 a new command called ShardsvrDropCollectionIfUUIDNotMatchingWithWriteConcern was added, which accepts writeConcern, and ensures that is `w: majority`.
After 7.0 becomes lastLTS, we should replace ShardsvrDropCollectionIfUUIDNotMatching with ShardsvrDropCollectionIfUUIDNotMatchingWithWriteConcern