/// <inheritdoc />
 public override DailyAnswer ToDailyAnswer(int year)
 {
     return(DailyAnswerBuilder.Create(Name, HolidayType)
            .From(DateTimeFactory.FindLastDay(year, 5, DayOfWeek.Monday))
            .I18N(I18NIdentityCode)
            .Country(Country.ToCode(), GetRegionCodeList())
            .Build(year));
 }