public ComedyCalculator(Performance performance, Play play) : base(performance, play) { }
private Play PlayFor(Performance perf) { var play = _plays[perf.PlayId]; return(play); }