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