No forward slash for trading_client.get_orders()

Hey, I saw some older posts in this forum which apparently fell asleep, but following Issue still seems to be around:

Using the alpaca-trade-api-python package:

For getting latest market data for e.g. Bitcoin, apparently you need to send a CryptoBarsRequest with the symbol: “BTC/USD”

But once you want to check your open position using trading_client.get_orders() the symbol needs to be “BTCUSD”, so without a forward slash.

Is this inconsistency getting fixed anytime soon?