In this PR, [can now map clr types dynamically on connection settings including an…](https://github.com/elastic/elasticsearch-net/pull/2934/files), I got an InferMappingFor() API that takes two parameters. Namely, ``` public TConnectionSettings InferMappingFor(Type documentType, Func<ClrTypeMappingDescriptor, IClrTypeMapping> selector) ``` It was there through RC1 but in the [GA](https://www.nuget.org/packages/NEST/6.0.0), it's gone. Where'd it go? Do I have to go back to the workaround described here: [ConnectionSettings.MapDefaultTypeIndices in NEST 6.x](https://github.com/elastic/elasticsearch-net/issues/2926)?