private async Task <bool> BorrowingExists(int id)
 => await _borrowingService.BorrowingExists(id);