public IEnumerable <string> Get()
        {
            var data = _coffeeService.GetStuff();

            return(data);
        }