async getConfiguration() {
    const dbConfiguration = await this.client
      .from<ConfigurationDbType>('config')
      .select();