pub fn parse_citizen_record<'a>(
    html_data: &str
) -> Result<Citizen, ScScrapingError<'a>>