static get instance(): GoogleAnalyticsService {
    if (!this._instance) {
      this._instance = new GoogleAnalyticsService();
    }
    return this._instance;