import pytest
from proj.services.cryptography import CryptographyService
@pytest.fixture
def service():
# provide a CryptographyService fixture
return CryptographyService()