public TcpSession()
 {
     _loginHandler = IocContainer.Resolve <LoginHandler>(new TypedParameter(typeof(TcpSession), this));
 }