public void InsertBatch <T>(IEnumerable <T> pocos, BatchOptions options = null)
 {
     RetryPolicy.ExecuteAction(() => InternalDb.InsertBatch(pocos, options));
 }