export class ExtraOptions { enableTracing?: boolean = false; httpRetry?: number = 3; }