interface HeroesService {
  isAlterEgoTaken: (alterEgo: string) => Observable;
}