public ClientContext(FrontEndConnection connection, PacketTransmitter packetTransmitter) : base(connection, packetTransmitter) { _debugClient = new DebugClient (this); _authClient = new AuthenticationClient (this); _tpmClient = new TPMClient (this); RegisterSubsystem (new TPMClientSubsystem (this)); _configured = true; _configuredEvent.Set (); }