diff --git a/TLSharp.Core/Session.cs b/TLSharp.Core/Session.cs index 7a13da9..987c5d2 100644 --- a/TLSharp.Core/Session.cs +++ b/TLSharp.Core/Session.cs @@ -73,7 +73,7 @@ namespace TLSharp.Core private ISessionStore _store; - private Session(ISessionStore store) + public Session(ISessionStore store) { random = new Random(); _store = store;