public ApiResult GetHello()
        {
            var hello = _secondService.GetHello();

            return(ApiResult.Success(hello));
        }