using System.Collections.Generic; using System.Text.Json.Serialization; namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight; public class SurfScan { [JsonPropertyName("surfscanSigReq")] public bool SurfscanSigReq { get; set; } [JsonPropertyName("surfscanRecipes")] public List SurfscanRecipes { get; set; } }