private async regularizeBlock(
    block: BlockSpecifier
  ): Promise<RegularizedBlockSpecifier> {
    return await this.projectDecoder.regularizeBlock(block);
  }