bamdmux
mutableMapOf<String,String>().apply { putAll(props.filter{it.key is String && it.value is String} as Map<out String, String>)}