from core_shared import ServiceSettings class SessionServiceSettings(ServiceSettings): service_name: str = "session-service" service_port: int = 8001