/// <summary> /// Возвращает хэш пароля. /// </summary> public string HashPassword(string password) { return(StringHasher.HashValue(password)); }