public async Task OnGet()
 {
     Companies = await _companyAppService.GetListAsync();
 }