public bool IsGameOver(int framesCount, IFrame frame) { return(framesCount == FramesPerMatch && frame.IsFull(NumberOfRolls)); }