namespace OF_DL.Models.Entities.Common; public class Drm { public Manifest? Manifest { get; set; } public Signature? Signature { get; set; } }