public void ChangePassword_With_No_Existing_Password_And_Authenticate()
        {
            CreateEditorWithAsserts();

            _userService.ChangePassword("editor@localhost", "newpassword");
            Assert.IsTrue(_userService.Authenticate("editor@localhost", "newpassword"));
        }
        public void changepassword_with_no_existing_password_and_authenticate()
        {
            CreateEditorWithAsserts();

            _userService.ChangePassword("editor@localhost", "newpassword");
            Assert.IsTrue(_userService.Authenticate("editor@localhost", "newpassword"));
        }