export type AuthenticationOptions = {
    securityProfile: number;
    allowUnknownChargingStations: boolean;
};
