public async Task <ActionResult <List <Account> > > Get()
 {
     return(await Task.Run(() => AccountProxy.Get()));
 }