public HttpResponseMessage Get(string input)
 {
     return(ParserService.GetParserOutput(input, new XmlMediaTypeFormatter()));
 }