static String transformEnumToValue(String enumPropertyString) => enumPropertyString.substring(enumPropertyString.indexOf('.') + 1);