Why doesn't the EventStoreClient class have an interface?

Doing any automated testing on code which touches the EventStoreClient class is really annoying because you can’t (among other things) stub the methods you’re using for your tests.

Is there a specific reason why there is no interface for this class?