namespace Tenant.Api.DDD.Domain.Consts; public static class TenantConsts { /// /// Default value: 64 /// public static int MaxNameLength { get; set; } = 64; }