protected bool Equals(ColorRule other)
 {
     return(string.Equals(_color, other._color));
 }
 protected bool Equals(ColorRule other)
 {
     return string.Equals(_color, other._color);
 }