public DateInstantiator_GetLocalSolarLunarNameShould() { di = new DateInstantiator(new MoonDataClient(Paths.Local.NewMoonApi)); }
protected override void BeginProcessing() { _httpClient = new HttpClient(); di = new DateInstantiator(new MoonDataClient(_httpClient)); }