/** {@inheritDoc} */
 @Override
 public StatusType unmarshal(String status) throws Exception {
   return StatusType.get(status);
 }