public ExecutionResult(ExecutionResult copy)
 {
     this.executionTime = copy.ExecutionTime;
     this.commandRunStartTimeInNMs = copy.commandRunStartTimeInNMs;
     this.events = new List<EventType>( copy.events );
 }