namespace Govor.Domain.Common.Constants; public class InvitationConstants { public const int MIN_INVITATION_LENGTH = 5; }