public LintFixAction(LintError lintError)
 {
     this._lintError = lintError;
     this._fix       = _lintError.GetSuggestedFix();
 }