public void OnGet()
 {
     Contacts = _service.All();
 }