public async Task <ActionResult> Gateway() { var url = await _employerAccountOrchestrator.GateWayUrlHelper(ControllerConstants.GateWayResponseActionName, ControllerConstants.EmployerAccountControllerName, HttpContext.Request.Url?.Scheme, Url); return(Redirect(url)); }