namespace Engine.Serialization.DTOs; internal record struct StateEnableDTO( string ClassType, bool Enabled );