export interface SpeakerCreatedResponse {
    version: number;
    speakerId: string;
}
