namespace ZB.MOM.WW.OtOpcUa.Admin.Security; public interface ILdapAuthService { Task AuthenticateAsync(string username, string password, CancellationToken ct = default); }