public ActionResult Activate(string serialNo) { var op = Authorize.Activate(serialNo); return(Content(op.ToJson())); }