public static bool IsWinner(this HistoryModel historyModel, int playerId) { return(historyModel.IsHomeWinner(playerId) || historyModel.IsAwayWinner(playerId)); }