public KeyTabFileMover(string buildPath, IGitFileDownloader downloader)
 {
     this.buildPath  = buildPath;
     this.downloader = downloader;
 }
 public KerberosConfigFileMover(string targetConfigFilePath, IGitFileDownloader downloader)
 {
     this.targetConfigFilePath = targetConfigFilePath;
     this.downloader           = downloader;
 }