private string GetResponseContent(object value) { var c1APIIntroduction = value as C1APIIntroduction; if (c1APIIntroduction != null) { return(PageTemplate.GetAPIPage(c1APIIntroduction)); } return(null); }