using Centron.Api.docuFORM.Models.Swagger; using System.Text.Json.Serialization; namespace Centron.Api.docuFORM.Models.Swagger.Responses; public class DeviceResponse { [JsonPropertyName("device")] public Device? Device { get; set; } }