public async Task OnGetAsync(string id = null) { if (!string.IsNullOrEmpty(id)) { Proof = await _passportService.GetProof(id); } }