public SuppressIssueContextAction(string issueName, SuppressType type) { this.issueName = issueName; this.type = type; }