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