public IHttpActionResult SignOut()
        {
            appService.SignOut(OwinContext);

            return(Ok());
        }