The driver currently only supports `tlsInsecure` in the connection string: the equivalent option in MongoClientSettings is `AllowInsecureTls`: we should also support a property called `Tlsinsecure` in `MongoClientSettings`.
We may also wish to deprecate `AllowInsecureTls` to encourage users to use the standardized name.