export interface IApiClientConfiguration {
    authorizationToken: string;
}
