export interface ServiceConfiguration {
    apiKey: string;
    version: string;
    hostname: string;
}
