public ActionResult <UserMachine> GetUserMachineInfo([FromBody] string userName) { return(_userSessionRepository.GetUserMachine(userName)); }