public byte[] DownloadBytes(string address) { try { //ApiRate.WaitToProceed(); return(Exchange.GetDownloadBytes(address)); } catch { } return(null); }