public GitServiceExecutor(GitServiceExecutorParams parameters, IGitRepositoryLocator repoLocator)
 {
     this.gitPath             = parameters.GitPath;
     this.gitHomePath         = parameters.GitHomePath;
     this.repositoriesDirPath = parameters.RepositoriesDirPath;
     this.repoLocator         = repoLocator;
 }
 public GitServiceExecutor(GitServiceExecutorParams parameters, IGitRepositoryLocator repoLocator)
 {
     this.gitPath = parameters.GitPath;
     this.gitHomePath = parameters.GitHomePath;
     this.repositoriesDirPath = parameters.RepositoriesDirPath;
     this.repoLocator = repoLocator;
 }