// GET: api/Msg public string Get() { MsgModel msg = new MsgModel(); return(msg.RetrieveMessage()); }