For which cases param could be of type byte[]?
param
byte[]
ServiceBusSender.SendMessagesAsync(new ServiceBusMessage(param)
None of the listed
QueueClient.SendAsync(new Message(param))
EventHubProducerClient.SendAsync(new EventData(param))
All work with byte[].