public async Task <AccountHeightAPIResult> GetAsync() { if (!CheckServiceStatus()) { return(null); } return(await _node.GetSyncHeightAsync()); }