Currently MatrixSdk class handles both session management and account-level operations. This makes it hard to test. We can split it up into MatrixSessionManager and MatrixSession for better testability.
Description
Description
Currently MatrixSdk class handles both session management and account-level operations. This makes it hard to test. We can split it up into MatrixSessionManager and MatrixSession for better testability.