async calendarSkins() {
    return (await this.calendarSkinBase().filteredChildren(async (child) => await child.isDirectory()))
      .map((child) => new NanikaCalendarSkinDirectory(child.toString()));
  }