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