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