interface SessionIdGenerator {
    generateSessionId(): string;
}

Methods