public override List <GitCommit> GetCommits(DateTime dateTime)
 {
     return(_primary.GetCommits(dateTime));
 }