public virtual void TradeFinished(PokeRoutineExecutor routine, TPoke result)
 {
     Notifier.TradeFinished(routine, this, result);
 }
 public void TradeFinished(PokeRoutineExecutor routine, TPoke result)
 {
     Notifier.TradeFinished(routine, this, result);
     RelocateProcessedFile(routine);
 }