BrokerPropertiesMapper mapper = new BrokerPropertiesMapper();
Locale defaultLocale = Locale.getDefault();
Locale.setDefault(Locale.KOREA);
// Act
BrokerProperties brokerProperties = mapper
.fromString(testBrokerPropertiesString);
Locale.setDefault(defaultLocale);
// Assert
long lockedUntilDelta = brokerProperties.getLockedUntilUtc().getTime()