Multiple Authorization configurations for a single collection

I have an API that can use two types of authorization. So I would like to define these requests only once in a collection, define the two types in the Authorization tab at the Collection level, and use the environment to switch between the two using Request#authorizeUsing.

However, if I configure one approach, such as OAuth 2.0, then switch to API Key authorization, it deletes my configuration for OAuth 2.0, and vice versa. Is configuring two Authorization types and switching between them (even manually for now) possible? If not, I can duplicate the requests across two Collections, one for each Authorization type, but then I have to maintain identical requests in two places, so that’s not ideal.