private static bool HasExecutedCommandsOnThread(HystrixThreadPoolMetrics threadPoolMetrics)
 {
     return(threadPoolMetrics.CurrentCompletedTaskCount > 0);
 }