public Quality(ReplacementMethodFlags replacementMethod, bool isSet = false)
 {
     Flag       = replacementMethod;
     Name       = replacementMethod.ToString();
     Value      = (int)replacementMethod;
     this.IsSet = isSet;
 }