Currently syndication feeds need to be accessed using the auto-generated guid rather than the readable ID. This causes two issues
If the feed is generated through code, one will need to read the guid from the database to get the url for it
While it is possible to update an existing feed it is not possible to recreate it from scratch without having to change the external url for it
It would be better if the feed was (also?) accessible using the selected id.