namespace AyCode.Core.Tests; public abstract class TestModelBase { protected TestModelBase() { //if (IsProductVersion) throw new Exception("IsProductVersion!!!!!"); } }