public UserService( IEncryptText encryptText, IUnitOfWork unitOfWork) { _encryptText = encryptText; _unitOfWork = unitOfWork; }