protected override void beforeEach()
        {
            theCookies = new StubLoginCookies();
            Services.Inject <ILoginCookies>(theCookies);

            this.SetupAuthenticationService();
        }
 protected override void beforeEach()
 {
     theCookies = new StubLoginCookies();
     Services.Inject <ILoginCookies>(theCookies);
 }