Remove or correct the line mapping "ctrl" to a string, keeping only the public clsCtrl Ctrl { get; set; } property with appropriate [JsonPropertyName("ctrl")].
"ctrl"
string
public clsCtrl Ctrl { get; set; }
[JsonPropertyName("ctrl")]