public ServiceBusHttpMessage()
 {
     BrokerProperties = new BrokerProperties();
     CustomProperties = new NameValueCollection();
 }
 public ServiceBusHttpMessage()
 {
     BrokerProperties = new BrokerProperties();
     CustomProperties = new NameValueCollection();
 }