public ExternalPokeTradeDetail(TPoke pkm, PokeTradeTrainerInfo info, IPokeTradeNotifier <TPoke> notifier, PokeTradeType type, int code, TradeFile paths)
     : base(pkm, info, notifier, type, code)
 {
     SourcePath      = paths.SourcePath;
     DestinationPath = paths.DestinationPath;
 }