static {
   try {
     _mediaItemSchema = MAPPER.schemaFor(MediaItem.class);
   } catch (Exception e) {
     throw new RuntimeException(e);
   }
 }
 static {
   MAPPER.registerModule(new AfterburnerModule());
 }