protected override async Task OnInitializedAsync() { Author = await BookStoreService.GetByIdAsync("authors", int.Parse(Id)); }