async getParams() {
    const dbParams = await this.client
      .from<ParamDbType>('params')
      .select();