public async Task <IActionResult> Post([FromBody] UserInfo user) { var result = await _adapter.UpsertUserAsync(user); return(Ok()); }