// GET api/HelloWorld/id public string Get(int id) { var result = _businessClass.GetKeyWordWithId(id); return(result); }