I've implemented a generic repository and was wondering if there is a smart way to implement a retry logic in case of a deadlock exception?...The approach should be the same for all repository methods. So is there anyway I can avoid writing 'try/catch - c...