public FeedServiceAgent(IFeedsApi api) { _api = api; }
public FeedsAppService(IFeedsApi feedsApi, IUCenterService uCenterSvc, IMemcachedClient cache) { _uCenterSvc = uCenterSvc; _feedsApi = feedsApi; _cache = cache; }