namespace BackOffice.BFF.Application.Common.Interfaces; public interface ITokenProvider { Task GetTokenAsync(); }