const getBaseClass =
  memoize((options: ComponentOptions): string =>
    `Apollo${Case.capital(options.type)}`);