public static async Task SetRestaurantInfo(string userid) { var restaurantInfo = await HttpClientService.Get <RestaurantModel>($"https://delivery-3rd-api.azurewebsites.net/api/Restaurant/GetRestaurantInfo/{userid}"); RestaurantService.restaurantInfo = restaurantInfo; }