Response Unmarshaller for ResolveCase operation
Inheritance: JsonResponseUnmarshaller
 public static ResolveCaseResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ResolveCaseResponseUnmarshaller();
     }
     return(instance);
 }
 public static ResolveCaseResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new ResolveCaseResponseUnmarshaller();
   }
   return instance;
 }