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