public static string GenerateTrackingId(this AmqpException exception, string backendId, string partitionId)
 {
     return(exception.GenerateTrackingId(TrackingHelper.GatewayId, backendId, partitionId));
 }
 public static string GenerateTrackingId(this AmqpException exception)
 {
     return(exception.GenerateTrackingId(TrackingHelper.GatewayId, string.Empty, string.Empty));
 }