| CorrectableMessageAddCorrection Method | 
| Name | Description | |
|---|---|---|
| AddCorrection(String, Int32) | 
            Adds a new correction with the parameter specified and no func set whatsoever. 
              | |
| AddCorrection(String, Int32, Action) | 
            Adds a new correction with the parameter specified and the goLocation func specified.
              | |
| AddCorrection(String, Int32, FuncBoolean) | 
            Adds a new correction with the parameter specified and the correction func specified. If correctionFunc is not null, this message has to have
            CorrectionsAreChoices set to true
              |