public async Task OnGetAsync()
 {
     Movies = await cosmosDbRepository.GetItems();
 }