/*
  * (non-Javadoc)
  *
  * @see com.sitewhere.spi.device.communication.IDeviceCommunication#
  * getOutboundCommandRouter()
  */
 @Override
 public IOutboundCommandRouter getOutboundCommandRouter() {
   return delegate.getOutboundCommandRouter();
 }