public async Task <BlockAPIResult> GetDealerByAccountIdAsync(string accountId) { if (!CheckServiceStatus()) { return(null); } return(await _node.GetDealerByAccountIdAsync(accountId)); }