public ActionResult <UserStatistics> GetUserStatistic([FromBody] string userName) { return(_userSessionRepository.GetUserStatistics(userName)); }