menegatti
val custListWithRandomNames: ArrayList<CustomerInfo> = custInfoListReq.map { it.apply { customerInfo?.name = customerInfo?.name + RandomStringUtils.randomAlphabetic(7) } }