public async Task <GenerateCustomAverage> GetGenerateCustomAverage(string fsym, string[] tsyms, string[] e)
 {
     return(await GetAsync <GenerateCustomAverage>(PriceApiUrls.GenerateCustomAverage(fsym, tsyms, e)));
 }