StreamBytesOptions
data class StreamBytesOptions( val topic: String = "", val attributes: Map<String, String> = emptyMap(), val streamId: String = UUID.randomUUID().toString(), val destinationIdentities: List<Participant.Identity> = emptyList(), val mimeType: String = "application/octet-stream", val name: String, val totalSize: Long? = null)