public static bool CanCreateRepetition(RomanSymbol romanSymbol, int num) =>
 romanSymbol.IsSmallerOrEqualTo(num);