public async Task <KeyValuePair <bool, string> > GetTokenAsync(VmLogin para) { var proxy = new ProxyServer(); return(await proxy.GetToken(para)); }