public bool IsNew <T>(T poco)
 {
     return(RetryPolicy.ExecuteAction(() => InternalDb.IsNew(poco)));
 }