public void Apply(Commit commit)
 {
     _contributors.Fill(commit.UserName);
     LinesOfCode += (commit.Additions - commit.Deletions);
 }