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