using System.Text.Json.Nodes; namespace Sandbox; public partial class Component { /// /// The version of the component. Used by . /// public virtual int ComponentVersion => 0; }