public async Task <bool> CreateSession(Users user, Users pass) { return(await restService.CreateSession(user, pass)); }