public bool DeleteSessionC(WebServer server, HttpListenerContext context) { server.DeleteSession(context); return(context.JsonResponse("Deleted")); }