public class AccountController : Controller { // // GET: /Auth/ public ActionResult Facebook() { throw new NotImplementedException(); } }