public Session(BcpServer bcpServer, byte[] sessionId) { this.sessionId = sessionId; this.bcpServer = bcpServer; }