public override void Validate(string input, string field) { if (Feed.CheckIfChannelNameExist(input, FeedList)) { throw new Exception($"Channel with that name is already added"); } }