public ActionResult GetUserInfo(string uid) { var userId = _connection.GetUserInfo(uid); return(Accepted(userId)); }