public ActionResult GetContact(int id) { var contact = contactListService.GetContact(id); return(Ok(contact)); }