public object GetFormattedResponse()
 {
     return(ResponseHelper.CreateFormattedResponse(true, "Test", "test message"));
 }