Hi @AyushAg3
Normally, when you need to override methods in a delegated service, you can use the following format:
@Delegates(excludes=DelegationExclusion.class)
I’ve briefly explained this concept in my article: AEM: Avoiding Delegation Pattern Pitfalls with Core Components.
I'm not sure if this approach will work in your case, but if you haven’t tried it yet, it might be worth exploring.
Thanks
Veena