Feature Request: Implement ISession so we can mock
Most of the action with the .NET assembly is via the
It would be nice to have
Session
class.
It would be nice to have
Session
implement an interface (e.g. ISession
?) representing the public methods to allow developers to easily mock out the library for unit testing.