public ISqlAsyncPolicyBuilder WithTransaction()
 {
     _policies.Add(AsyncPolicies.GetTransactionPolicy(RetryCount));
     return(this);
 }