// GET: api/Authentication
        public string GetAuthentication()
        {
            string authentication = businessLogic.GetAccessToken();

            return(authentication);
        }