Property NoErase
NoErase
Default will securely remove a message and rewrite the data with random data, set this to true to only remove the message
[JsonPropertyName("no_erase")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoErase { get; set; }