public ChangeCounter(TfsGitChangeType type, string format, int count) { Type = type; Format = format; Count = count; }