private String whenIPrintIt() {
   return cobrand.toString();
 }
 private void whenILookForAKey(final String key) {
   value = cobrand.getValuesFor(key);
 }