void OnRowInfoReceived(object sender, RowInfoReceivedEventArgs e)
 {
     _routingService.ApplyRowInfo(e.RowInfo);
 }