namespace DigitalData.Auth.Abstractions; public interface IAuthClient : IAuthClientHandler { Task StartAsync(); }