public CloseSessionOut CloseSession(CloseSessionIn input)
        {
            var authentication = new SystemManagement.DataAccess.Authentication.Authentication();

            return(authentication.CloseSession(input));
        }
        public ValidateSessionOut ValidateSession(ValidateSessionIn input)
        {
            var authentication = new SystemManagement.DataAccess.Authentication.Authentication();

            return(authentication.ValidateSession(input));
        }