using RBLFeederCommon.Enums; namespace RBLNews.Shared.Models; public class FilterFeedEventArg { public RssFeedSources Source { get; set; } /// /// Value of the switch control /// public bool Value { get; set; } }