interface MapObfuscator
Obfuscate a map.
Obfuscate the map.
abstract fun obfuscate(map: Map<String, String>): Map<String, String>