public IUpdateQueryProvider <T> UpdateMany <T>() { return(RetryPolicy.ExecuteAction(() => InternalDb.UpdateMany <T>())); }