public Task <int> DeleteAsync(object poco)
 {
     return(RetryPolicy.ExecuteAsync(() => InternalDb.DeleteAsync(poco)));
 }