/** {@inheritDoc} */
 @Override
 public String toString() {
   return protocolService != null ? protocolService.toString() : super.toString();
 }