namespace Lottery { /// /// Represents the kinds of lottery supported /// enum KindOfLottery : int { Lotto, Euro, SetForLife, Thunderball, } }