public void Apply() { Validate(); Blacklist.ForEach(x => blacklist.Add(x)); Yields.ForEach(x => yields[x.Key] = x.Value); }