public PortValueTransferDelayCommand(IPortValue input, IPortValue output, float delay)
 {
     this.delay      = delay;
     transferCommand = new PortValuePreTransferCommand(DelayAction, input, input, output);
 }