using PokemonSleepInterface.Models; namespace PokemonSleepInterface.Service.IService { public interface IPokemonService { Task GetAllPokemonAsync(); } }