Response Unmarshaller for DeletePlatformApplication operation
Inheritance: XmlResponseUnmarshaller
 public static DeletePlatformApplicationResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeletePlatformApplicationResponseUnmarshaller();
     }
     return(instance);
 }
 public static DeletePlatformApplicationResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeletePlatformApplicationResponseUnmarshaller();
     }
     return instance;
 }