public UserDTO getCurrent() { var id = Helper.getCurrentUserId(Request.GetRequestContext()); return(UserFunction.GetUserById(id)); }