- Replaced `subscriptionId.isNullOrEmpty()` with `subscriptionId.isEmpty()` since `subscriptionId` is not nullable. - This refactor simplifies the logic and improves code readability by eliminating the redundant null check.
- Replaced `subscriptionId.isNullOrEmpty()` with `subscriptionId.isEmpty()` since `subscriptionId` is not nullable. - This refactor simplifies the logic and improves code readability by eliminating the redundant null check.