public IHttpActionResult GetLogList()
        {
            var loglist = _logReader.LogList();

            return(Ok(loglist));
        }