**Describe the bug** By checking code, look like when use the sse Transport, the header should pass like this TransportOptions = new Dictionary<string, string> { ["header.ACCESS_TOKEN"] = "" } then the header key and value pass to a property named AdditionalHeaders. But this property not be used when send request.