Response Unmarshaller for UploadArchive operation
Inheritance: JsonResponseUnmarshaller
 public static UploadArchiveResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UploadArchiveResponseUnmarshaller();
     }
     return(instance);
 }
 public static UploadArchiveResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new UploadArchiveResponseUnmarshaller();
       }
       return instance;
 }