public GameFinisher(ScoreBoard scoreBoard)
 {
     ScoreBoard = scoreBoard ?? throw new ArgumentNullException(nameof(scoreBoard));
 }