public static Player GetWinner(Records records, List <Player> players) { return(mLotteryCores[(int)CurrentEngine](records, players)); }