public Pokemon Get(int id) => _repository.Get(id);