public CharityComissionAdapter(IHttpContentGetter httpGet) { _httpGet = httpGet; }
public CachingHttpContentGetter(IHttpContentGetter inner) { _inner = inner; }