public static void OpenWithRetry(this SqlConnection cnn)
 {
     cnn.OpenWithRetry(SqlConnectionRetryPolicy);
 }