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