public void OnGet() { Message = config["Message"]; Restaurants = restaurant.GetRestaurantByName(SearchTerm); }