@page "/pokemonsleep/pokemon/{id:int}" @inject IPokemonService PokemonService @inject NavigationManager Navigation @attribute [StreamRendering] @rendermode InteractiveServer @if (_pokemon == null) { } else { @_pokemon.PokemonName