public async Task<bool> userExist(string pUser) { RestTools rtop = new RestTools(); return (await rtop.isUser(pUser)); }