IT-631-fix-delete-async-getbyid
development
Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method. Ref: #IT-631