mergeRemovingDuplicates

open fun mergeRemovingDuplicates(first: List<String>, second: List<String>): List<String>