using System.Text.Json.Serialization; namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight; public class CustEpiPart { [JsonPropertyName("keyId")] public string KeyId { get; set; } }