public void AnswerIsValid(string value) { string passwordHash = _stringHasher.ComputeHash(PASSWORD); _stringHasher.VerifyHash(value, passwordHash); }