namespace MyWarehouse.Domain.Partners; public static class PartnerInvariants { public const int NameMaxLength = 100; }