public ActionResult <string> Get(int id, string cointype1, string cointype2, int orderby)
 {
     return(rateService.RetrieveCurrentCoinRate(id, cointype1, cointype2, orderby));
 }