public async Task <GetSyncStateAPIResult> GetSyncState() { CheckSyncState(); return(await _node.GetSyncState()); }