public DownloadFileRequestBuilder(PubNubUnity pn)
 {
     PubNubInstance    = pn;
     s3                = pn.GameObjectRef.AddComponent <SendFileToS3RequestBuilder> ();
     s3.PubNubInstance = pn;
 }
 public SendFileRequestBuilder(PubNubUnity pn) : base(pn, PNOperationType.PNSendFileOperation)
 {
     s3 = pn.GameObjectRef.AddComponent <SendFileToS3RequestBuilder> ();
     s3.PubNubInstance = pn;
 }