public void InsertBulk <T>(IEnumerable <T> pocos) { RetryPolicy.ExecuteAction(() => InternalDb.InsertBulk(pocos)); }