public async Task <ApiResult <List <Breed> > > GetAllBreeds() { _logger.LogInformation("Getting all breeds"); Log.Information("INFO: Getting all breeds"); return(await _dogService.GetAllBreeds()); }