Mocking IAlpacaTradingClient in .NET C#

Hello, I wanted to mock IAlpacaTradingClient so I can test my service that uses it, however, I could not find a way to do so.

As is, IAlpacaTradingClient is almost injectable, I believe, but there is no way to set the key once injected.