Response Unmarshaller for DisableLogging operation
Наследование: XmlResponseUnmarshaller
 public static DisableLoggingResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DisableLoggingResponseUnmarshaller();
     }
     return(instance);
 }
 public static DisableLoggingResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DisableLoggingResponseUnmarshaller();
     }
     return instance;
 }