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