namespace LBPUnion.ProjectLighthouse.Servers.Website.Captcha; public interface ICaptchaService { Task VerifyCaptcha(HttpRequest request); }