private AbuseTypeLookupListsCacheObject GetAbuseTypeAndLookups() { UcbServiceClient sc = new UcbServiceClient(); AbuseTypeVMDC returnObject = sc.GetAbuseType(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null); AbuseTypeLookupListsCacheObject CachedLists = new AbuseTypeLookupListsCacheObject(); return(CachedLists); }