pub fn parse_organizations<'a>(
    html_data: &str
) -> Result<Option<Organizations>, ScScrapingError<'a>>