* Updated migrations to add new columns to subscriptions
* repos updated with new columns
* dto updated with new columns
* subscription model was updated
* DiscordNotificationJob.cs was updated to reflect subscription options
* updated seed for codeproject subscriptions
* Adding a youtube controller to trigger the job
* Renamed jobs controller to rss
* cleaned up background jobs and added youtube to the startup.
* Handled merge issues and validated things are still working.
* Added jobs Controller to trigger collection.
* Added backgroundjobs to move them out of program.cs
* new column to track youtube ID values and adding a sourceid column on the icon for linking
* Added icon table repo
* added interface for IconsRepo
* hey the missing config models
* adding section const keys to pull blocks of configs
* Added youtubewatcher to the code but not ready to enable it in the background. More testing needed.
* Test... improvements?