public SetIntersightFaultInstance()
 {
     ApiInstance = new FaultApi(Config);
     ModelObject = new FaultInstance();
     MethodName  = "UpdateFaultInstanceWithHttpInfo";
 }
 public GetIntersightFaultInstance()
 {
     ApiInstance = new FaultApi(Config);
     MethodName  = "GetFaultInstanceListWithHttpInfo";
 }