public string GetDepositAddress(AccountInfo account, string symbol) { return(Exchange.CheckCreateDeposit(account, symbol)); }