public async Task ConvertCurrency(string from, string to, string value) => await ReplyAsync(embed : await UtilitiesService.ConvertCurrencyAsync(from, to, value));