Session constructor

Session(
  1. Authentication _localAuth,
  2. Authentication _remoteAuth
)

Implementation

Session(this._localAuth, this._remoteAuth)
{

}