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