protected String getFormatSpecifierValue(String formatSpecifier) {
   ScoreBoardValue value = scoreBoardValues.get(formatSpecifier);
   if (null == value) return formatSpecifier;
   return value.getValue();
 }