public void KillSession() { string token = Request.Url.Segments.Last(); OAuthManager.DestroyToken(token); Response.StatusCode = 204; }