public ActionResult Get()
        {
            var result = _valuesService.GetSomeDto();

            return(Ok(result));
        }