public void Setup() { _cookieService = new FakeCookieService(); _consentUnderTest = new Consent(); _consentUnderTest.SetCookieService(_cookieService); }