String fmiDTOExplodedListToJson(List<enums.FmiDTO>? fmiDTO) { return fmiDTO?.map((e) => e.value!).join(',') ?? ''; }