namespace DigitalData.Auth.Abstractions; public interface IAuthListenHandler { Task ReceiveKeyAsync(string topic, string key); }