Try your search with a different keyword or use * as a wildcard.
@inject Nop.Services.Stores.IStoreService storeService @{ var storeTour = (await storeService.GetAllStoresAsync()).FirstOrDefault(); } @await Html.PartialAsync("_AdminTour");