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