public string GetFileContent(RevCommit commit, string path)
 {
     return(commit.GetFileContent(path, _git.GetRepository()));
 }