import Foundation protocol GameSummarizer { init(game: GameStatistics) var text: String { get } }