public async Task OnGet() { var wcfClient = new WcfClient(); medias = await wcfClient.GetAllMediaAsync(); }