@BeforeMethod
 public void setup() {
   converter = new ObjectToJsonConverter(new StringToObjectConverter(), null);
   converter.setupContext();
 }