I would like to set retry as part of ClientOptions while initializing EventGridPublisherClient. I see that we can pass EventGridPublisherClientOptions which inherits ClientOptions but that read only get property and i dont see we can set as part of constructor as well. Is there a way that we can set retry. We are trying to see if we can retry whe nwe recevie 429 or any transient error.