#if WorkItems using System.Text.Json.Serialization; namespace File_Folder_Helper.ADO2024.PI3.WorkItems; public class Avatar { [JsonConstructor] public Avatar( string href ) => Href = href; public string Href { get; } // { init; get; } } #endif