public bool Exists <T>(object primaryKey)
 {
     return(RetryPolicy.ExecuteAction(() => InternalDb.Exists <T>(primaryKey)));
 }