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