it("signs in", async () => {
  const signInManager = new SignInManager(
    authenticationController,
    authenticationPresenter,
  );