Service Base:
- Simplifying implementation of service updaters
- Service writers have the option of only defining how to import signatures after download or defining the complete update process
- Generic update methods are provided as helper functions (dedups common code from existing services)
- Bugfix: Source headers needed to be parsed from List[dict] to dict for url_download()