public ReplicateCommand(IPassiveServer passiveServer, Event e, string sourceSite, string sourceEntity, int inSeqNumber, int timeoutID)
 {
     this.passiveServer = passiveServer;
     this.e = e;
     this.sourceSite = sourceSite;
     this.sourceEntity = sourceEntity;
     this.inSeqNumber = inSeqNumber;
     this.timeoutID = timeoutID;
 }
 public EventDispatchedCommand(int eventNumber, string publisher, IPassiveServer passiveServer)
 {
     this.eventNumber = eventNumber;
     this.passiveServer = passiveServer;
     this.publisher = publisher;
 }