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