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