public static bool AwayDoubleBonus(this System.Collections.Generic.IEnumerable <Foul> fouls)
 {
     return(fouls.AwayFouls() > 9);
 }