export interface Authentication {
    getToken(): string | undefined;
}
