public void GivenThereIsNoUserAccount(string username)
 {
     userAccountController.SetupNoUserAccount(username);
 }