EnvironmentToAgentTerminationContent
data class EnvironmentToAgentTerminationContent(val agentId: String, val message: String = "Terminating on client behalf") : EnvironmentToAgentContent(source)
Represents the content of TERMINATION messages sent from the environment.