@Test
 public void getFormPayload_shouldGetTheFormDataPayload() throws Exception {
   formData.setJsonPayload("payload");
   assertThat(store.getFormPayload(), is("payload"));
 }