public ActionResult CreateSession(string priceId) { Session session = SubscribeService.CreateSession(priceId); return(View(session)); }