public async Task HandleEventAsync(NewIrreversibleBlockFoundEvent eventData)
 {
     await _txHub.HandleNewIrreversibleBlockFoundAsync(eventData);
 }