public SectionIvParser(string noticeContent, TedLabelDictionary tedLabelDictionary, Language noticeLanguage) : base(noticeContent, tedLabelDictionary, noticeLanguage)
 {
 }
 public NoticeContractParser(string noticeContent, Language noticeLanguage, TedLabelDictionary tedLabelDictionary) : base(noticeContent, noticeLanguage, tedLabelDictionary)
 {
 }
        private PubPreviousSection ParsePubPrevious()
        {
            // TODO match number_o, H_one_following, notice_pin, notice_buyer_profile

            return(new PubPreviousSection(TedLabelDictionary.GetTranslationFor("pub_previous", NoticeLanguage)));
        }