namespace ExcelAddIn.Services; public interface ICurrencyClient { public Task GetExchangeRate(DateTime date); }