Hello,
I would like to override the ExecuteOrganizationRequestImpl and ExecuteOrganizationRequestAsyncImpl methods in a derived class from a ServiceClient. I would like to adjust the OrganizationRequest before sending it to CRM.
Is it possible to make these methods protected virtual?
Eventually it will be great to make all IOrganizationServiceAsync2 implemented methods as virtual.
Is there another way to modify OrganizationRequest before sending it?