Is your feature request related to a problem? Please describe.
[Feature Request] Add a CopyFrom method to DownstreamApiOptions that copies all the public properties of the options from another instance
Describe the solution you'd like
void CopyFrom(DownstreamApiOptions other)
Ideally use a code generator for this