async queryByYoutubeChannelId(
    youtubeChannelId: YoutubeChannelId,
  ): Promise<PerformerDto | undefined> {
    const performer = await this._prisma.performer.findFirst({
      where: {