public async Task <ApiResult <List <Breed> > > SearchBreeds(string breedName) { return(await _dogService.GetBreedByName(breedName)); }