public IActionResult Index()
 {
     return(Ok((_convertService.GetCurrencies(), _convertService.GetHistory())));
 }