public UpdatePhysicalPortCommand(EnniPort enniPort) {
   super(enniPort);
   this.version = enniPort.getVersion();
   this.id = enniPort.getId();
 }