public ActionResult Index()
        {
            RM.Unify.Sdk.Client.RmUnifyClientApi client = new RM.Unify.Sdk.Client.RmUnifyClientApi(new RmUnify.CallbackApiImplementation());
            client.ProcessSso(false);

            // Should never get here
            return new EmptyResult();
        }
        public ActionResult Index()
        {
            RM.Unify.Sdk.Client.RmUnifyClientApi client = new RM.Unify.Sdk.Client.RmUnifyClientApi(new Helpers.RmUnifyWithAccountLinking());
            client.ProcessSso(false);

            return new EmptyResult();
        }