using System.Collections.Generic; namespace rssberg { public class Config { public Dictionary FeedPairs {get;set;} = new Dictionary(); } }