public string GetAnotherThing()
        {
            var value = _service.GetValue();

            return($"Another result: {value}");
        }