public Mirror(EventLog eventLog) : base(eventLog) { _hgCommandExecutor = new HgCommandExecutor(eventLog); _gitCommandExecutor = new GitCommandExecutor(eventLog); }