private static bool CheckContent(string value) => CountryISOCodes.TwoLetterCodeExists(value);
public static bool VerifyISOCountryCode(IbanParts parts) => CountryISOCodes.TwoLetterCodeExists(parts.CountryCode);