// GET api/contact public IHttpActionResult Get() { var contacts = ContactInfo.GetAllContactItems(); return(Ok(contacts)); }