public int SetProducerSessionCredentials(HandleRef producer, string accessKey, string secretKey, string onsChannel)
 {
     return(ProducerWrap.SetProducerSessionCredentials(producer, accessKey, secretKey, onsChannel));
 }