package org.example.service; public interface ReCaptchaService { boolean verify(String captcha); }