public string DownloadString(string address) { try { //ApiRate.WaitToProceed(); return(Exchange.GetDownloadString(this, address)); } catch { } return(string.Empty); }